home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / macade41.zip / MACROLST.DOC < prev    next >
Text File  |  1991-08-15  |  4KB  |  97 lines

  1.  
  2.                MACROLST.exe
  3.          A Utility for Translating WordPerfect 5.1 Macros
  4.                         to ASCII Test Files
  5.  
  6.                                 by
  7.  
  8.                       Jeffrey S. Kane, Ph.D.
  9.                 Performance Sciences International
  10.                           Summerfield, NC
  11.  
  12.  
  13. 1.   Read the REGISTER.doc, LICENSE.doc, and WARRANTY.doc files distributed
  14.      with this macro.
  15.  
  16. 2.   Requires:
  17.  
  18.      A.   WordPerfect 5.1
  19.  
  20.      B.   MS/PC-DOS 3.0 or higher
  21.  
  22. 3.   Features:
  23.  
  24.      This program will rapidly create an ASCII text file that
  25.      exactly duplicates how a WordPerfect 5.1 macro appears in the
  26.      macro editing screen within WordPerfect.  The resulting file
  27.      will have an additional header containing the name and
  28.      description of the macro.  After the header the program also
  29.      inserts the word 'STARTMACRO:', which serves as the code
  30.      delimiter for the compilation process.
  31.           The benefits of being able to create text file listings
  32.      of macros are twofold:
  33.  
  34.           A.   Macros can be printed out for purposes of
  35.                reproduction in reports and publications, sharing
  36.                with others, and working on their revision or
  37.                debugging away from one's computer.
  38.  
  39.           B.   Macros can be edited using one's favorite text
  40.                editor (e.g., QEDIT, MultiEdit, VEDIT, Norton
  41.                Editor), which in every case offer vastly superior
  42.                editing capabilities than WordPerfect's internal
  43.                macro editor.  In addition, the user will have the
  44.                advantage of familiarity with his/her editor, which
  45.                should enable greater efficiency in the creation
  46.                and revision of macros.
  47.  
  48.       Two additional features of the Macrolst program are worth
  49.      noting:
  50.  
  51.           A.   Macros of ANY size can now be decompiled (from Version 2
  52.                onward).
  53.  
  54.       B.   The source file that Macrolst produces can be directly
  55.            recompiled into an executable .wpm file by the companion
  56.            program, MCompile.exe.
  57.  
  58. 4.   Installation:
  59.  
  60.           Installing Macrolst.exe could hardly be simpler.  All you
  61.      need to do is copy the Macrolst.exe file to the directory
  62.      where your WordPerfect macro files reside.  Strictly speaking,
  63.      it doesn't even have to be in this directory, but if the
  64.      assumption is correct that all your work with macros will be
  65.      stored here, this is the most convenient place to keep
  66.      Macrolst.exe.
  67.  
  68. 5.   Operation:
  69.  
  70.           Using Macrolst is as easy as installing it.  All you do
  71.      is enter the following command:
  72.  
  73.             MACROLST macroname
  74.  
  75.      where 'macroname'=the name of the macro (.wpm) file to be
  76.      translated to ASCII text, with or without the .wpm extension
  77.      (the program assumes the .wpm extension if you don't supply
  78.      it).
  79.           The program will produce a file having a name consisting
  80.      of the macro's name with a .LST extension instead of .wpm. 
  81.      This file will contain the ASCII text listing preceded by the
  82.      header information and code delimiter mentioned previously in
  83.      the Features section.
  84.  
  85. 6.   Technical support:
  86.  
  87.       Free technical support will be furnished to any licensed user
  88.      who calls on weekdays during the hours from 9:00 a.m. to 5:00 p.m.
  89.      (Eastern) at the following number:  (919) 643-3492
  90.  
  91.      We may also be reached by mail at:
  92.  
  93.      Performance Sciences International
  94.      Suite 1250
  95.      3001 Latta Drive
  96.      Summerfield, NC  27358
  97.